nhooyr.io/websocket.netConn.readCancel (field)

4 uses

	nhooyr.io/websocket (current package)
		netconn.go#L59: 	nc.readCtx, nc.readCancel = context.WithCancel(ctx)
		netconn.go#L81: 			nc.readCancel()
		netconn.go#L110: 	readCancel  context.CancelFunc
		netconn.go#L121: 	nc.readCancel()